This demostrates Bootstrap Grid system and how it responds to different screen
sizes.
lg indicates that the large grid displaying. The grid stacks horizontally
< 1200px.
md indicates that the medium grid displaying. The grid stacks horizontally
< 992px.
sm indicates that the small grid displaying. The grid stacks horizontally
< 768px.
xs indicates that the extra small grid displaying. This grid is always
horizontal.